home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1993-03-01 | 2.8 KB | 150 lines |
- @DefineProject
- @Name="Sportcheck Hockey Edition"
- @Version="1993"
- @Subdir="\\SPORTC\\"
- @OutDrive = C
- @EndProject
-
- @Display
- @Cls
-
- This program will install the @Version @Name
- on your computer and verify the integrity of the distribution
- disk(s). You may press the [Esc] key at any time to abort the
- installation. INSTALL will ask you several questions about your
- computer hardware and then copy @Name to the
- appropriate disk drive.
-
- Each question has a default answer. If the default answer is
- correct, press the ENTER key in response to the question.
- Otherwise, type the answer and then press the ENTER key.
-
- If you make a mistake while typing, press the BACKSPACE key
- and then retype the answer.
-
- @Pause
- @EndDisplay
-
- @GetOutDrive
- @Cls
-
- On which disk drive do you wish to install @Name?
-
-
-
-
-
-
-
-
-
-
-
-
-
- @EndOutDrive
-
- @If(@DiskSize @OutDrive > 800K)
-
- @Display
- @Cls
-
-
- @IF(@DiskFree @OutDrive < 800K)
- The selected output disk drive only has
- @DiskFree @OutDrive bytes available. This program
- requires approximately 800000 bytes
- available to install.
-
-
-
-
-
- @Pause
- @Abort
- @EndIf
-
- @EndDisplay
-
-
- @GetSubdir
- @Cls
- Now you need to specify the disk destination subdirectory. The
- subdirectory is the location on your disk where the program
- will be installed. If the subdirectory that you specify does
- not currently exist, it will be created for you.
-
-
-
-
-
-
-
-
- @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
- @EndSubdir
-
- @If (@Exists "@OutDrive:\\@Subdir\\HKCARDS.DBF")
- @Display
-
- *** WARNING ***
-
- A previous version of Sportcheck Hockey Edition appears to be
- already installed in the specified disk subdirectory. Continuing
- with this installation will overwrite the existing version and
- any card data which had been previously entered will be lost.
-
- If you do not wish to continue with this installation and overwrite
- the existing version of the Sportcheck program press ESCAPE at this
- time. Otherwise, press any other key to continue.
-
- @Pause
- @EndDisplay
- @EndIf
-
- @DefineDisk
- @Label = "Installation Disk 1"
- @BeginLib HKFILES.LIB
- @File SPORTC.EXE
- @File SPORTCH.EXE
- @File SPORTC.CFG
- @File SPORTCH.TOT
- @File ORDER.DOC
- @File MANUAL.DOC
- @File HKCARDS.DBF
- @File HKCARDC.DBF
- @File HKVAL1.DBF
- @File HKVALC.DBF
- @File HKPLAYER.DBF
- @File HKSETS.DBF
- @EndLib
- @EndDisk
-
- @Else
- @Display
- @Cls
-
- There is not enough free disk space available on drive @OutDrive:
- to install the @Version @Name. The selected
- output disk drive has @DiskFree @OutDrive bytes available. This program
- requires approximately 800000 bytes available to install.
-
-
-
-
-
-
-
-
-
- @Pause
- @EndDisplay
- @Abort
- @EndIf
-
-
- @Finish
- @Cls
- @ChDrive @OutDrive
- @ChDir "@Subdir"
- @EndFinish